home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
doc
/
www_talk.arc
/
000100_wei@xcf.berkeley.edu _Tue May 26 02:47:31 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1992-11-30
|
2KB
Return-Path: <wei@xcf.berkeley.edu>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA19834; Tue, 26 May 92 02:47:31 GMT+0200
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA16395; Tue, 26 May 92 02:46:12 +0200
Received: by xcf.Berkeley.EDU (5.65/XCF-1.34)
id AA21056; Mon, 25 May 92 17:46:02 -0700
Date: Mon, 25 May 92 17:46:02 -0700
From: wei@xcf.berkeley.edu (Pei Y. Wei)
Message-Id: <9205260046.AA21056@xcf.Berkeley.EDU>
To: kim@usceast.cs.scarolina.edu, www-talk@nxoc01.cern.ch
Subject: Re: Installation of viola
Cc: kim@mcsun.eu.net
You should first run xmkmf to generate a Makefile that is specific to
your system.
If the resulting Makefile still gives you trouble, then manually change
the Makfile accordingly...
Ie: in my particular Makefile, you see
...
CONFIGSRC = $(TOP)/config
DOCUTILSRC = $(TOP)/doc/util
CLIENTSRC = $(TOP)/clients
DEMOSRC = $(TOP)/demos
LIBSRC = $(TOP)/lib
FONTSRC = $(TOP)/fonts
INCLUDESRC = $(TOP)/X11
SERVERSRC = $(TOP)/server
...
> "don't know to make -lXmu". The file libXmu.a is under the /usr/lib.
So, change the LIBSRC line to something like:
LIBSRC = /usr/lib
> I want to make this package run as soon as possible. I sent a
> mail regarding this problem to Dan. But I found that he is not there.
Cool. Have no idea who Dan is thou...
Mail me if you still have trouble setting it up.
-Pei